type golang.org/x/text/unicode/bidi.bidiTrie
8 uses
golang.org/x/text/unicode/bidi (current package)
tables13.0.0.go#L20: func (t *bidiTrie) lookup(s []byte) (v uint8, sz int) {
tables13.0.0.go#L82: func (t *bidiTrie) lookupUnsafe(s []byte) uint8 {
tables13.0.0.go#L105: func (t *bidiTrie) lookupString(s string) (v uint8, sz int) {
tables13.0.0.go#L167: func (t *bidiTrie) lookupStringUnsafe(s string) uint8 {
tables13.0.0.go#L188: type bidiTrie struct{}
tables13.0.0.go#L190: func newBidiTrie(i int) *bidiTrie {
tables13.0.0.go#L191: return &bidiTrie{}
tables13.0.0.go#L195: func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)